In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / WiaGetImageLayout Method

WiaGetImageLayout Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function WiaGetImageLayout( _

   ByRef Left As Double, _

   ByRef Top As Double, _

   ByRef Width As Double, _

   ByRef Height As Double _

) As Boolean
public bool WiaGetImageLayout( 

   ref double Left,

   ref double Top,

   ref double Width,

   ref double Height

)
public function WiaGetImageLayout( 

   var  Left: Double;

   var  Top: Double;

   var  Width: Double;

   var  Height: Double

): Boolean; 
public function WiaGetImageLayout( 

   Left : double,

   Top : double,

   Width : double,

   Height : double

) : boolean;
public: bool WiaGetImageLayout( 

   ref double Left,

   ref double Top,

   ref double Width,

   ref double Height

) 
public:

bool WiaGetImageLayout( 

   double% Left,

   double% Top,

   double% Width,

   double% Height

) 

Parameters

Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members